home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
WAIS
/
bin
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-02-03
|
159 b
|
17 lines
# Makefile for the bin directory
EXE = waisindex waisserver trunc
RM = rm -f
default:
clean:
$(RM) *.o
$(RM) *.a
$(RM) *~
$(RM) core
$(RM) $(EXE)